func internal/runtime/cgroup.newLineReader

3 uses

	internal/runtime/cgroup (current package)
		cgroup_linux.go#L387: 	l := newLineReader(fd, scratch, read)
		cgroup_linux.go#L543: 	l := newLineReader(fd, scratch, read)
		line_reader.go#L60: func newLineReader(fd int, scratch []byte, read func(fd int, b []byte) (n int, errno uintptr)) *lineReader {